func runtime.spanOf
15 uses
runtime (current package)
arena.go#L158: span := spanOf(uintptr(v))
arena.go#L922: s := spanOf(p)
heapdump.go#L747: s := spanOf(p)
malloc.go#L1975: span := spanOf(uintptr(ptr))
malloc.go#L2075: span := spanOf(uintptr(v))
mbitmap.go#L395: s := spanOf(dst)
mbitmap.go#L482: s := spanOf(dst)
mbitmap.go#L1230: s := spanOf(p)
mbitmap.go#L1362: s = spanOf(p)
mbitmap.go#L1403: return spanOf(p) == nil && p != clobberdeadPtr
mgcmark.go#L1697: s := spanOf(obj)
mheap.go#L673: s := spanOf(b)
mheap.go#L696: func spanOf(p uintptr) *mspan {
mheap.go#L743: s := spanOf(p)
signal_unix.go#L410: s := spanOf(sp)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |